home *** CD-ROM | disk | FTP | other *** search
/ Champak 149 / (Vol 149) Feb 25 2012.iso / Games / cenario_408.swf / scripts / frame_5 / DoAction.as
Text File  |  2012-02-25  |  275b  |  10 lines

  1. _root.functions.resetGame();
  2. _root.functions.setupGame();
  3. _root.rndsound = Math.floor(Math.random() * 4) + 1;
  4. _level7.playsound("message" + _root.rndsound,1,100);
  5. while(!_root.resetBool && !_root.setupBool)
  6. {
  7.    trace("waiting...");
  8. }
  9. _root.gotoAndStop("playgame");
  10.